#current_bio h2,
#current_bio h3,
#current_bio h4 {
    padding: 5px 0;
    margin: 10px 0;
}

/*  2016-11-01
    If you want to make changes, please contact Christopher Wiswell, Wisconsin Athletics
*/

/* breaking out for testing, saving for archival purposes
#current_bio h3 {
    font-size: 1.3em;
    color: rgb(255, 255, 255);
    background-color: rgb(160, 0, 0);
    padding: 5px;
    border-radius:3px;
}
    */

#current_bio table {
    width: 100%;
    margin: 10px 0;
}
#current_bio > ul {
    padding-left: 5px;
}
/*
#current_bio table tr {
    background-color: #f5f5f5 !important;
}

#current_bio table tr:nth-child(even) {
    background-color: #e0e0e0 !important;
}

#current_bio table tr:first-child {
    background-color: #a00000 !important;
    color: #ffffff !important;
}*/

#current_bio .flex-row-across {
    display: flex;
    flex-wrap: wrap;
}

#current_bio .flex-row-across-item {
    flex: 0 0 33.33%;
    padding-bottom: 10px;
}

#current_bio h5 {
    text-align: center;
    font-style: italic;
    font-size: 1.3em;
}